home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Freeware / Adobe Media Player 1.6 / adobe_media_player.air / AMP.swf / scripts / mx / effects / IAbstractEffect.as < prev    next >
Encoding:
Text File  |  2008-11-25  |  157 b   |  11 lines

  1. package mx.effects
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IAbstractEffect extends IEventDispatcher
  6.    {
  7.       
  8.    }
  9. }
  10.  
  11.